home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / idea_wor.swf / scripts / DefineButton2_170 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-11-09  |  197 b   |  10 lines

  1. on(release){
  2.    gotoAndStop(1);
  3.    set("/:Loop2","0");
  4.    while(eval("/:Loop2") < "10")
  5.    {
  6.       set("/:Loop2",eval("/:Loop2") + "1");
  7.       set("/:pos" add eval("/:Loop2"),"0");
  8.    }
  9. }
  10.